diff options
| -rw-r--r-- | config/bash.nix | 2 | ||||
| -rw-r--r-- | flake.lock | 12 | ||||
| -rw-r--r-- | machines/x/configuration.nix | 2 | 
3 files changed, 6 insertions, 10 deletions
| diff --git a/config/bash.nix b/config/bash.nix index bf53bbd..563a60f 100644 --- a/config/bash.nix +++ b/config/bash.nix @@ -39,8 +39,6 @@        bind '"\C-f": "sessionizer -cd\n"'        alias c="ssh root@cacer.local" -      alias ub1="ssh ubuntu@ub1.local" -      alias ub2="ssh ubuntu@ub2.local"      '';    };  } @@ -7,11 +7,11 @@          ]        },        "locked": { -        "lastModified": 1713789879, -        "narHash": "sha256-4Wt3Bg6uOnvwZcECBZaFEdzlWRlGLgd8DqLL4ugLdxg=", +        "lastModified": 1714042918, +        "narHash": "sha256-4AItZA3EQIiSNAxliuYEJumw/LaVfrMv84gYyrs0r3U=",          "owner": "nix-community",          "repo": "home-manager", -        "rev": "46833c3115e8858370880d892748f0927d8193c3", +        "rev": "0c5704eceefcb7bb238a958f532a86e3b59d76db",          "type": "github"        },        "original": { @@ -22,11 +22,11 @@      },      "nixpkgs": {        "locked": { -        "lastModified": 1713714899, -        "narHash": "sha256-+z/XjO3QJs5rLE5UOf015gdVauVRQd2vZtsFkaXBq2Y=", +        "lastModified": 1713895582, +        "narHash": "sha256-cfh1hi+6muQMbi9acOlju3V1gl8BEaZBXBR9jQfQi4U=",          "owner": "nixos",          "repo": "nixpkgs", -        "rev": "6143fc5eeb9c4f00163267708e26191d1e918932", +        "rev": "572af610f6151fd41c212f897c71f7056e3fb518",          "type": "github"        },        "original": { diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index 5612c2f..8c77d84 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -44,7 +44,5 @@    ''      127.0.0.1 download.labsmartlis.local      192.168.1.186 cacer.local c -    192.168.1.16  ub1.local -    192.168.1.17  ub2.local    '';  } | 
