Compare commits
No commits in common. "4bef39f6c206a53bd4f771ff25a97f728c1daa18" and "49a5923f06cc4160b854d80a7193fc81ff9c892f" have entirely different histories.
4bef39f6c2
...
49a5923f06
@ -18,7 +18,7 @@
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# networking.hostName = "starscream"; # Define your hostname.
|
||||
networking.hostName = "starscream"; # Define your hostname.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
# Configure network proxy if necessary
|
||||
@ -105,8 +105,6 @@
|
||||
# thunderbird
|
||||
git
|
||||
zsh
|
||||
gparted
|
||||
ntfs3g
|
||||
];
|
||||
};
|
||||
# home-manager.users.mir = { pkgs, ... }: {
|
||||
|
@ -12,9 +12,7 @@
|
||||
starscream = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./configuration.nix {
|
||||
networking.hostName = "starscream";
|
||||
}
|
||||
./configuration.nix
|
||||
./hardware/starscream-hw.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
@ -28,9 +26,7 @@
|
||||
knockout = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./configuration.nix {
|
||||
networking.hostName = "knockout";
|
||||
}
|
||||
./configuration.nix
|
||||
./hardware/knockout-hw.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user