Skip to content

Commit 8c6146b

Browse files
committed
feat(nix): don't do any security lol
1 parent 4fe0175 commit 8c6146b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
}
6060
}
6161
'';
62+
63+
# Literal string "pass"
64+
environment.etc."admin.pass".text = "14|8|1|RfLpAkDgsS08AnUlq+ZAnytfSJ+HmHYpx1/rZKSxjCo=|8SoSVn8LCPhwy7ShTJDCeX8YDzD+5ecdodmqYWWzm68HVtmxrPOkJqT5ltwQpoUVF4Zdfh1ynKF9f5DLtJQMkA==\n";
6265
};
6366

6467
nixosConfigurations.test-vm = nixpkgs.lib.nixosSystem {
@@ -71,9 +74,6 @@
7174
password = "admin";
7275
extraGroups = [ "wheel" ];
7376
};
74-
75-
# Literal string "pass"
76-
environment.etc."admin.pass".text = "14|8|1|RfLpAkDgsS08AnUlq+ZAnytfSJ+HmHYpx1/rZKSxjCo=|8SoSVn8LCPhwy7ShTJDCeX8YDzD+5ecdodmqYWWzm68HVtmxrPOkJqT5ltwQpoUVF4Zdfh1ynKF9f5DLtJQMkA==\n";
7777
}
7878
self.nixosModules.everything
7979
];

0 commit comments

Comments
 (0)